Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(skeletonTable): Added skeleton table component. #56

Merged
merged 13 commits into from
Oct 24, 2023

Conversation

dlabaj
Copy link
Collaborator

@dlabaj dlabaj commented Oct 11, 2023

Added skeleton table using composable table.

https://skeleton-table.surge.sh

Updated with the latest table code.

updated with composible table.

Updated to remove scss file.
@dlabaj dlabaj changed the title WIP - feat(skeletonTable): Added skeleton table component. feat(skeletonTable): Added skeleton table component. Oct 19, 2023
dlabaj and others added 3 commits October 19, 2023 16:51
…roups/examples/Skeleton/Skeleton.md

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…roups/examples/Skeleton/Skeleton.md

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
…roups/examples/Skeleton/Skeleton.md

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>

const useStyles = createUseStyles({
skeleton: {
'&.ins-m-dark': {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a dark mode support specific to Red Hat insights, we could probably at least adjust the className to match our rules

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be straight-up removed. Pf has its own dark mode support.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was thinking that as well. Done it's removed.

@fhlavac
Copy link
Collaborator

fhlavac commented Oct 23, 2023

@dlabaj just little comments. Looks really good! Thank you 🎉

dlabaj and others added 3 commits October 23, 2023 13:59
…roups/examples/Skeleton/Skeleton.md

Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
…roups/examples/Skeleton/Skeleton.md

Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
…roups/examples/Skeleton/SkeletonTableLoadingExample.tsx

Co-authored-by: Filip Hlavac <50696716+fhlavac@users.noreply.github.com>
@fhlavac fhlavac merged commit 6e0ab4b into patternfly:main Oct 24, 2023
4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Nov 1, 2023

🎉 This PR is included in version 5.0.0-prerelease.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate skelton table to composible table. Migrate SkeletonTable to component-groups
4 participants